Options

class Options(width: Int, height: Int)

MapSnapshotter options

Constructors

Link copied to clipboard
fun Options(width: Int, height: Int)

Functions

Link copied to clipboard

Specifies the URI used for API endpoint.

Link copied to clipboard

Specifies the URL used for API endpoint.

Link copied to clipboard
Link copied to clipboard

Set a font family from range of font families for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.

Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Set a style builder to snapshotter, the contents in builder like layers/sources/images will be applied to snapshotter.

Link copied to clipboard

Properties

Link copied to clipboard
var apiBaseUri: String? = null
Link copied to clipboard
var builder: Style.Builder? = null
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
var pixelRatio: Float = 1.0f
Link copied to clipboard
var region: LatLngBounds? = null
Link copied to clipboard
var showLogo: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int